home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Sound
/
PlayGUI
/
Install
< prev
next >
Wrap
Text File
|
2001-08-01
|
885b
|
43 lines
(complete 0)
(set prg-version "3.2")
(set destfonts "fonts:")
(set #intro
(cat " Welcome to the installation of PlayGUI "prg-version". This script will copy all necessary files of the PlayGUI archive to your HD."))
(set #extro
(cat "The installation of PlayGUI "prg-Version" is finished! Please read the GUIDE !!! "))
(set #select_Hadir_help
(cat "Choose the dir for PlayGUI here or make a directory first."
))
(message #intro)
(complete 10)
(set destdir
(askdir
(prompt "Where do you want to install PlayGUI?\nNO(!) directory will be created!")
(help #select_hadir_help)
(default "PlayGUI:")))
(complete 20)
(copyfiles
(source "")
(dest destdir)
(all))
(copyfiles
(source "fonts")
(dest destfonts)
(all))
(complete 100)
(message #extro)